home *** CD-ROM | disk | FTP | other *** search
- /* $Id: ImpData.h 1.1 1996/08/06 18:41:22 DAMIEN Exp $ */
-
- // Copyright © 1990-1995 Ray Dream, Inc. All rights reserved.
-
- #ifndef __IMPDATA__
- #define __IMPDATA__
-
- #ifndef __3DBSTYPE__
- #include "3DBsType.h"
- #endif
-
- struct TfData {
- };
-
- #define kEasyMaxLineChar 20
- typedef char EasyString[kEasyMaxLineChar];
-
- #endif